home *** CD-ROM | disk | FTP | other *** search
/ Workbench Add-On / Workbench Add-On - Volume 1.iso / Gfx / Edit / TSMorph / src / rexx / Postscript.TSM < prev    next >
Text File  |  1994-10-30  |  450b  |  14 lines

  1. /* example Postscript script file for TSMorph */
  2. /* This is the default do nothing script      */
  3. /* $VER: Postscript_TSM 2.0 (13.6.93)
  4.  */
  5. parse arg Frame TotalFrames Single FileName
  6. /* Frame       - current frame number starting from Start frame
  7.  * TotalFrames - total number of frames
  8.  * Single      - 1 for Single image warp, 0 for two image morph, 2 for Anim Morph, 3 for Anim Warp
  9.  * FileName    - Name of 24 bit image just produced
  10.  */
  11.  
  12.  
  13. exit
  14.